docs: Remove duplicate documentation stanzas
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 Feb 2021 00:12:17 +0000 (00:12 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:31 +0000 (16:37 +0000)
gdk/gdkpopuplayout.h
gdk/gdktoplevellayout.h
gdk/gdktoplevelsize.h

index 254704ead582fd6186982b47d277e3ae8e18e746..03e70958835b33034b42c8c2976719b40bc8f945 100644 (file)
@@ -69,11 +69,6 @@ typedef enum
   GDK_ANCHOR_RESIZE   = GDK_ANCHOR_RESIZE_X | GDK_ANCHOR_RESIZE_Y,
 } GdkAnchorHints;
 
-/**
- * GdkPopupLayout:
- *
- * Struct containing information for gdk_popup_present()
- */
 typedef struct _GdkPopupLayout GdkPopupLayout;
 
 #define GDK_TYPE_POPUP_LAYOUT (gdk_popup_layout_get_type ())
index 827d0789680846e28ffec2a391b40ff0cd84be67..872581e0c69569dab319d30364aff374c4535196 100644 (file)
 
 G_BEGIN_DECLS
 
-/**
- * GdkToplevelLayout:
- *
- * Struct containing information for gdk_toplevel_present()
- */
 typedef struct _GdkToplevelLayout GdkToplevelLayout;
 
 #define GDK_TYPE_TOPLEVEL_LAYOUT (gdk_toplevel_layout_get_type ())
index 69306d941361a218deb59360c1554b4f45db3b7f..882bd8ba436e8bc7cd5b531e3cc067ce35821eb1 100644 (file)
 
 G_BEGIN_DECLS
 
-/**
- * GdkToplevelSize:
- *
- * Struct containing information for computing the size of a #GdkToplevel.
- */
 typedef struct _GdkToplevelSize GdkToplevelSize;
 
 #define GDK_TYPE_TOPLEVEL_SIZE (gdk_toplevel_size_get_type ())